home *** CD-ROM | disk | FTP | other *** search
/ Amiga Magazin: Amiga-CD 1996 September & October / Amiga-CD 1996 #9-10.iso / ausgabe_9_96 / kommunikation / mm_030 / rexx / mm_addareanode.rexx next >
OS/2 REXX Batch file  |  1996-04-29  |  225b  |  13 lines

  1. /*
  2. ** This script shows how to connect a node to an area
  3. */
  4.  
  5. address 'MAILMANAGER'
  6.  
  7. MM_AddAreaNode FILES.AMY '39:102/10.1'
  8.  
  9. MM_AddAreaNode FILES.AMY '39:102/10.2'  READONLY
  10.  
  11. MM_AddAreaNode FILES.AMY '39:102/10.3'  WRITEONLY
  12.  
  13.